Search
Utilities.shellSortByX Method
See Also
 






Applies the shell sorting algorithm on the X-values of the specified array of Point2D instances.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public static List<Point2D> shellSortByX (
    List<Point2D> data
)

 Parameters

data

The list of Point2D instances to sort.

 Return Value

The sorted list.

 See Also